home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / hard / hack / a500ide.lha / a500ide12 / startup.seq < prev   
Text File  |  1992-01-09  |  412b  |  21 lines

  1. ; Use with KS1.3: system/fastmemfirst
  2. ; setpatch
  3.  
  4. mount fre: from ide.ml
  5. cd fre:              ;With KS1.3: fre:c/cd fre:
  6. c/assign c: c        ;sys: etc. assigned to harddisk
  7. assign sys: ""
  8. assign devs: devs
  9. assign libs: libs
  10. assign l: l
  11. assign fonts: fonts
  12. assign rexx: s
  13. assign envarc: prefs/env-archive
  14. assign s: s
  15. path reset
  16.  
  17. failat 22
  18. execute s/startup-sequence ;this is executed from the hard disk!
  19. endcli
  20.  
  21.